type reflect.fieldScan

4 uses

	reflect (current package)
		type.go#L1167: type fieldScan struct {
		type.go#L1183: 	current := []fieldScan{}
		type.go#L1184: 	next := []fieldScan{{typ: t}}
		type.go#L1268: 				next = append(next, fieldScan{styp, index})